Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: item stock exchange #753

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ReneSchroederLJ
Copy link
Member

@ReneSchroederLJ ReneSchroederLJ commented Jan 27, 2025

Description

  • adjusted the directions used for the exchange of item stock information
  • for Inbound the roles are:
    • consumer: Supplier
    • provider: Customer
  • for outbound the roles are:
    • consumer: Customer
    • provider Supplier
  • this causes an issue with the current dashboard
    • current behavior: shows material stocks and reported material stocks for inbound materials
    • expected behavior: shows materials stocks and reported product stocks for inbound materials
  • the frontend behavior will be fixed with feat: material details view #747

resolves #751

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

  • DEPENDENCIES are up-to-date. Dash license tool. Committers can open IP issues for restricted libs.
  • Copyright and license header are present on all affected files
  • If helm chart has been changed, the chart version has been bumped to either next major, minor or patch level (compared to released chart).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Item stock exchange not working
1 participant